From b81659c9706244c08b7e74133a93de78595c2622 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sat, 7 Dec 2002 14:46:20 +0000 Subject: [PATCH] (find-file-read-args): Reenable wildcard processing unconditionally. --- lisp/files.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/files.el b/lisp/files.el index 5de6559ae51..b6bee3b09d4 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -809,7 +809,7 @@ documentation for additional customization information." minibuffer-setup-hook)) (add-hook 'minibuffer-setup-hook munge-default-fun) (read-file-name prompt nil default-directory mustmatch)) - current-prefix-arg)) + t)) (defun find-file (filename &optional wildcards) "Edit file FILENAME. -- 2.30.2